home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
t_os
/
shell
/
tsbgex
/
src
/
tool
/
tmenu_ex.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
263 b
|
11 lines
struct node {
unsigned long next; /* next pointer */
unsigned long prev; /* prev pointer */
char id[8]; /* ID tag */
unsigned long entry; /* entry */
unsigned long stack; /* stack size */
long flag; /* flags */
};
#define STACK_SIZE 8192